home *** CD-ROM | disk | FTP | other *** search
- //$Id: XTBAPI.H 1.4 1995/09/08 19:48:20 psq-pc Exp $
-
- #ifndef __XTBAPI__
- #define __XTBAPI__
-
- #ifndef __MTYPES__
- #include "MTypes.h"
- #endif
-
- class TimeBaseData;
- class XTimeBased;
- class TModule;
-
- class XTimeBasedPutVirtualTableFirst { //for MPW
- private:
- virtual void DontCallMe() = 0; //can't really be more specific
- };
-
- class XTimeBased : public XTimeBasedPutVirtualTableFirst {
- private:
- TimeBaseData *fTimeBasedData;
- friend class TimeBaseData;
- friend class MTimeBased; //temp
- };
-
- #endif
-